home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-02-23 | 1.2 KB | 36 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 3082570 18-Feb-90 14:55PST
-
- From: AUST0334 AUDev - CRIA, Canberra, ACT,IDV
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Jump Table size
-
- Jump Table size problems
- We are currently running out of space in the jump table (due to a large number
- of methods being used).
-
- 1) Is there any easy way to increase the jump table size (we are using
- MacApp and a lot of methods, and this is a problem)?
-
- 2) Is there any easy way of finding the size of the jump table (this would
- be nice so that we could see the effect of changing segmentation)?
-
- 3) Is changing segmentation going to effect the size of the jump table?
-
-
- Enhancement
- 5) Is there any possibility of having a compiler directive to say a
- particular method is to be compiled as Inline code (ie direct expansion of the
- code where use, rather than generatin function call code)? This would solve our
- problems with jump table size, and some nagging doubts about the speed of our
- code. (C++ has this option, and it would be a major advantage if Pascal also
- offered it).
-
- Thanks
- Kenneth Beaton
- (IIcx, 8MB, Two-Page Monitor, system 6.03, MPW pascal 3.0, MacApp 2.0ß9)
-
-